'Declaration Public Overloads Function Insert( _ ByVal cellsText() As System.String, _ ByVal location As InsertLocation _ ) As OMathMatrixRow
public OMathMatrixRow Insert( System.string[] cellsText, InsertLocation location )
Parameters
- cellsText
- The row cells text array.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathMatrixRow.